//1.1 - Hello World - Dirk Henkemans - Prima Publishing #include using namespace std; //introduces namespace std int main( void ) { cout << "Hello World!!!" ; return 0; }